Revision: wmaker--cvs--0--patch-1248
Archive: voins@altlinux.ru--2004-wmaker
Creator: Dan Pascu <dan@windowmaker.org>
Date: Thu Oct 28 21:41:29 MSD 2004
Standard-date: 2004-10-28 17:41:29 GMT
Removed-files: .arch-ids/acconfig.h.id acconfig.h
Modified-files: ChangeLog INSTALL INSTALL.cs INSTALL.es
    INSTALL.fr INSTALL.pt INSTALL.sk Makefile.am
    WINGs/ChangeLog WINGs/Extras/wtabledelegates.c
    WINGs/Tests/mywidget.c WINGs/WINGs/WINGs.h
    WINGs/WINGs/WINGsP.h WINGs/wballoon.c WINGs/wbrowser.c
    WINGs/wbutton.c WINGs/wcolor.c WINGs/wcolorpanel.c
    WINGs/wfont.c WINGs/wframe.c WINGs/widgets.c
    WINGs/wlabel.c WINGs/wlist.c WINGs/wmisc.c
    WINGs/wpopupbutton.c WINGs/wruler.c WINGs/wtabview.c
    WINGs/wtext.c WINGs/wtextfield.c WINGs/wview.c
    WINGs/wwindow.c WPrefs.app/Appearance.c
    WPrefs.app/Font.c WPrefs.app/KeyboardShortcuts.c
    WPrefs.app/Paths.c WPrefs.app/TexturePanel.c
    WPrefs.app/WPrefs.c WPrefs.app/double.c
    WPrefs.app/editmenu.c configure.ac src/appicon.c
    src/balloon.c src/defaults.c src/dialog.c src/dock.c
    src/framewin.c src/framewin.h src/geomview.c src/icon.c
    src/menu.c src/moveres.c src/screen.c src/screen.h
    src/text.c src/window.c src/workspace.c wrlib/convert.c
New-patches: voins@altlinux.ru--2004-wmaker/wmaker--cvs--0--patch-1248
Summary: - API change in WINGs for WMDraw*String().
CSCVSID: MAIN.1249
Keywords: cscvs:MAIN-1249

Author: dan
Date: 2002/10/08 08:26:06
- API change in WINGs for WMDraw*String().
WMDrawString() and WMDrawImageString() now take WMColor instead of GC as
arguments. WMDrawImageString() receives 2 colors (text & background).
This is to allow easy extension for Xft/Xrender and hide X low level details
- Added alpha channel to WMColor. 2 new functions also:
WMCreateRGBAColor() and WMSetColorAlpha()
- Miscelaneous code cleanups in wtext.c
- Removed obsoleted acconfig.h and implemented its functionality using
AC_DEFINE and AC_DEFINE_UNQUOTED as autoconf 2.5x recommends.
This will definitely enforce the need to use autoconf 2.5x
